In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdViewer / AddRegionInches Method

AddRegionInches Method (IGdViewer)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(82)>

Function AddRegionInches( _

   ByVal Name As String, _

   ByVal Left As Single, _

   ByVal Top As Single, _

   ByVal Width As Single, _

   ByVal Height As Single, _

   ByVal MixMode As ForegroundMixMode, _

   ByVal RegionColor As Integer _

) As Integer
[DispId(82)]

int AddRegionInches( 

   string Name,

   float Left,

   float Top,

   float Width,

   float Height,

   ForegroundMixMode MixMode,

   int RegionColor

)
function AddRegionInches( 

    Name: String;

    Left: Single;

    Top: Single;

    Width: Single;

    Height: Single;

    MixMode: ForegroundMixMode;

    RegionColor: Integer

): Integer; 
DispIdAttribute(82)

function AddRegionInches( 

   Name : String,

   Left : float,

   Top : float,

   Width : float,

   Height : float,

   MixMode : ForegroundMixMode,

   RegionColor : int

) : int;
[DispId(82)]

int AddRegionInches( 

   string* Name,

   float Left,

   float Top,

   float Width,

   float Height,

   ForegroundMixMode MixMode,

   int RegionColor

) 
[DispId(82)]

int AddRegionInches( 

   String^ Name,

   float Left,

   float Top,

   float Width,

   float Height,

   ForegroundMixMode MixMode,

   int RegionColor

) 

Parameters

Name
Left
Top
Width
Height
MixMode
RegionColor
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdViewer
IGdViewer Members